Northwoods.GoSilverlight 1.3.5 Assembly
IsLinked Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsLinked Method

fromdata
a node key identifying the node data from which the link comes
fromparam
an optional value identifying which port on the "from" node the link is connected to
todata
a node key identify the node data to which the link goes
toparam
an optional value identifying which port on the "to" node the link is connected to
This predicate is true if there is a link from one node data/port to another one.

Syntax

Visual Basic (Declaration) 
Public Function IsLinked( _
   ByVal fromdata As NodeType, _
   ByVal fromparam As PortKey, _
   ByVal todata As NodeType, _
   ByVal toparam As PortKey _
) As Boolean
C# 
public bool IsLinked( 
   NodeType fromdata,
   PortKey fromparam,
   NodeType todata,
   PortKey toparam
)

Parameters

fromdata
a node key identifying the node data from which the link comes
fromparam
an optional value identifying which port on the "from" node the link is connected to
todata
a node key identify the node data to which the link goes
toparam
an optional value identifying which port on the "to" node the link is connected to

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.